ActiveLock Constructor (String, Int32) |
Initializes a new instance of the ActiveLock class.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic ActiveLock(
string depth,
int timeout
)
Public Sub New (
depth As String,
timeout As Integer
)
Parameters
- depth
- Type: SystemString
The depth of the lock. Allowed values are: Depth.Zero means only this resource is locked, Depth.Infinity means this resource and recursively all its subresources are locked. - timeout
- Type: SystemInt32
The lock timeout in seconds.
See Also